home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 August / MW 8 2003 CD1.iso / Inside Macworld / Product News / gimp-1.2.4.sit / gimp-1.2.4 / plug-ins / perl / extradefs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-01-11  |  193 b   |  12 lines

  1. /*
  2.  * extra constants for use by the plugin
  3.  */
  4.  
  5. #define TRACE_NONE    0x00
  6. #define TRACE_CALL    0x01
  7. #define TRACE_TYPE    0x11
  8. #define TRACE_NAME    0x21
  9. #define TRACE_DESC    0x41
  10. #define TRACE_ALL    0xff
  11.  
  12.